[closed] CLM 6.0.3 installation with SSL mutual authentication between applications as well as DBS
Hi Team,
The question has been closed for the following reason: "Duplicate Question" by rschoon Mar 01 '18, 4:43 a.m.
2 answers
You can find the instructions here: https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.3/com.ibm.jazz.install.doc/topics/c_install_overview.html follow the planning and the interactive installation guide.
This covers SSL as well as all applications are by default set up to use SSL.
The connection to the DB is done using JDBC and an oracle driver that accepts a connection string. What to use is documented in the link above.
Comments
I already went through the given link and its not explaining our requirement.
I am not a network expert, but as far as I can tell, SSL is a network communication encryption layer and requires to install the Keystores and signed keys to work. How to configure is mentioned in the help. It might be difficult and different environments might require adjustments so it might be a good idea to talk to your local experts.
As the documentation describes, you have to provide the certificates for each server. If in doubt, talk to your network experts.
Authentication/Authorization(?) is done with LDAP; OIDC/JAS; OAuth and basically uses SSL and the aforementioned SSL and the keys to establish trusted relationships and encrypt the communication. Here is an architecture description: https://jazz.net/library/article/75 . This is for sure oversimplified, but the best I can do here.
I can not say anything about Oracle. I would suggest you talk to your Oracle experts. Here is a link that might help: https://jazz.net/forum/questions/214634/how-can-i-use-a-secure-oracle-port-for-my-clm-repositories
Thanks Ralph for the answer provided.
in our clm 6.0.3 setup plan, our applications (JTS,CCM,QM,RM,DNG,DM,DCC,LQE, JRS,RELM) need to be hosted in 9 different linux servers with bundled liberty profile.And also we have one IHS server in front of them.
Comments
Certificates are usually for one host only. I don't think I can help beyond pointing to the help as I did and the deployment Wiki: https://jazz.net/deployment-wiki-home.jsp
To deploy these solutions, you need to get some network skills. The network stuff is getting increasingly more important due to security issues.
Comments
vowner owner
Feb 20 '18, 2:06 a.m.Immediate responses are highly appreciated......